PXC Documentation

PXC Home

Lua Global

pre 1.18

Execute lua script in global scope without returning any data.

Node Data

Display name

Lua Global

Internal name

Node_Lua_Global

Inheritances

Node_Lua_Global

Inputs

Main

Execution Thread

enum

Run Order

text

Lua Code

Outputs

node

Execution Thread


Runs lua code in global context. Can be used as starting points for execution thread.



Properties


Execution ThreadLua thread.
Run OrderWhether to run the code once at the begining, or every frame.
Lua CodeCode to run.



Commit History


1.9.0
  • Introduced

Related Links